// Runs at around 4 fps, prints each frame number to the console
void draw() {
frameRate(4);
println(frameCount);
}